Introducing Ethereum and Solidity by Chris Dannen

Introducing Ethereum and Solidity by Chris Dannen

Author:Chris Dannen [Dannen, Chris]
Language: eng
Format: epub
Publisher: Apress, Berkeley, CA
Published: 0101-01-01T00:00:00+00:00


Booleans

Known in code as bool, the Booleans are true/false expressions that evaluate to true or false.

Signed and Unsigned Integers

Known in code as int and uint, these are numbers. They can be negative if they have a sign, or minus, indicating they are signed. Unsigned integers are thus positive numbers.

Addresses

The address type holds a 20-byte value, which is the size of an Ethereum address (40 hex characters, or 160 bits). Address types also have member types.

Members of Addresses



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.